@charset 'utf-8';
/*
 * @Author: bastuu 
 * @Date: 2023-05-25 14:30:31 
 * @Last Modified by: bastuu
 * @Last Modified time: 2023-09-15 11:10:18
 */
:root {
	--wordsColor--: #015293;
	--hoverColor--: #c02e25;
	--lineColor--: #dcdcdc;
}
/*  带底边的title */
.list-title {
	width: 325px;
	font-size: 24px;
	border-bottom: 1px solid #d7d7d7;
	line-height: 2;
}
.list-title h3 {
	margin-bottom: -2px;
	max-width: 154px;
	text-align: center;
	border-bottom: 4px solid var(--wordsColor--);
}
/* 中心栏目title */
.big-title {
	width: 100%;
	height: 90px;
	line-height: 97px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	background: url(../../images/secondIndex/title-bg.png) no-repeat center bottom;
}
/* 内容开始 */
.top-bar {
	height: 29px;
	background: var(--wordsColor--);
	border-bottom: 2px solid #009ce5;
}
/* 导航栏 */
.nav-bg {
	width: 100%;
	max-width: 1300px;
	min-height: 70px;
	background: url(../../images/secondIndex/nav-bg.jpg) repeat-x;
	border-radius: 10px 10px 0 0;
}
.nav-box {
	width: 100%;
}
.nav-box li {
	position: relative;
	float: left;
	margin: 0 20px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	min-width: 130px;
	text-align: center;
	transition: all 0.3s;
}
.nav-box li.active {
	background: url(../../images/secondIndex/navlistbg.jpg) repeat-x;
}
.nav-box li.active::after {
	position: absolute;
	bottom: 0;
	left: -5px;
	content: '';
	min-width: none;
	width: 140px;
	height: 6px;
	background: #5694e1;
	border-radius: 3px 3px 0 0;
}
.nav-box li i {
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	width: 1px;
	height: 19px;
	background: url(../images/navline.jpg) no-repeat;
}
.nav-box li a {
	color: #f6f8fb;
}
/* 顶部搜索框 */
.search-bg {
	position: relative;
	height: 607px;
	background: url(../../images/secondIndex/topbg2023920.png) no-repeat center 0;
}
.search-content {
	max-width: 1300px;
	width: 1300px;
	position: relative;
	height: 419px;
}
.circle-logo {
	position: absolute;
	left: 0;
	top: 76px;
}

.search-box {
	width: 1200px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 198px;
	/* 输入框 */
}

.search-box form {
	position: absolute;
	right: 0;
}
.search-box input {
	display: block;
	float: left;
	min-height: 48px;
}
.search-box input[type='text'] {
	font-size: 16px;
	padding: 0 0 0 2em;
	width: 210px;
	border-radius: 10px 0 0 10px;
	background: rgba(255, 255, 255, 0.8);
}
.search-box input[type='text']::placeholder {
	color: #909090;
}
.search-box button[type='submit'] {
	width: 62px;
	height: 48px;
	border-radius: 0 10px 10px 0;
	background: #5f99cb url(../../images/secondIndex/search-icon.png) no-repeat center center;
	cursor: pointer;
}
.search-box button[type='submit']:hover {
	filter: brightness(85%);
}

.complex-box {
	position: absolute;
	z-index: 99;
	top: 30px;
	right: 0;
	color: #fff;
}
.complex-box a {
	margin: 10px;
	color: #fff;
}
.words-logo {
	max-width: 1300px;
	width: 1300px;
	position: relative;
	/* min-height: 450px; */
}
.words-logo img {
	position: absolute;
	top: 94px;
	left: 162px;
}
@media screen and(max-width: 768px) {
	.header-box {
		width: 100%;
	}
}
